home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / rsxwdk2s.zip / RSXWDK / LIBSRC / SYSEMX / UNWIND.C < prev    next >
C/C++ Source or Header  |  1994-10-10  |  80b  |  7 lines

  1. #include <sys/emx.h>
  2.  
  3. void __unwind2 (void *xcpt_reg_ptr)
  4. {
  5.     return;
  6. }
  7.